home *** CD-ROM | disk | FTP | other *** search
/ Power DOS 1996 July / Power DOS - July 1996.iso / sound / c_labs / os2 / ctffc.exe / TEXT / README < prev   
Text File  |  1994-07-13  |  3KB  |  98 lines

  1. Introduction
  2. ------------
  3.  
  4.   This readme document contains the following information about
  5.   the I/O Procedures package for OS/2 :
  6.  
  7.      o  Package information.
  8.      o  Brief description of I/O Procedures.
  9.      o  Installation guide.
  10.      o  Limitations of the programs.
  11.  
  12. Package Information
  13. -------------------
  14.  
  15.   The complete package includes :
  16.  
  17.      o  Installable I/O Procedure for PCX and GIF file formats.
  18.      o  Readme file and licensing agreement.
  19.  
  20.   The following is a brief description of the various files in the 
  21.   package :
  22.  
  23.      CTFFC.ICO      - Icon file for folder
  24.      PCXPROC.DLL    - PCX I/O Procedure
  25.      GIFPROC.DLL    - GIF I/O Procedure
  26.      README         - This file
  27.      LICENSE.TXT    - Creative Software License
  28.  
  29. What are these Installable I/O Procedures ?
  30. -------------------------------------------
  31.  
  32.   The Installable I/O Procedures in the package are file format I/O 
  33.   Procedures that handles image media. The supported image formats are :
  34.      o  Compuserve, GIF
  35.      o  PC Paintbrush, PCX
  36.  
  37.   Any application can make use of these I/O Procedures (after installation)
  38.   to perform multimedia data conversion such as from OS/2 1.3 bitmap to GIF  
  39.   or PCX. In order to use these I/O Procedures, application needs to make 
  40.   Multimedia I/O (MMIO) API calls. For further information on the usage
  41.   of MMIO API, please refer to the MMPM/2 On-line Programming Reference.
  42.  
  43.   The installation of these I/O Procedures will provide a broader base
  44.   of file formats that multimedia application can use. 
  45.  
  46. Installing an I/O Procedure
  47. ---------------------------
  48.  
  49.   The Installation program will modify the MMPMMMIO.INI file in the \MMOS2 
  50.   directory. The PCX and GIF I/O Procedures are installed permanently in the 
  51.   IOProc table.
  52.  
  53.   To install the I/O Procedures :
  54.      a. Run the program INSTALL.EXE from OS/2 command prompt. This program
  55.         can be found in the Diskette provided.
  56.         => The 'Selective Installation Utility' dialog box appears.
  57.  
  58.      b. Select the feature to be installed.
  59.  
  60.      c. Specify the target directory. The default is C:\CTFFC.
  61.  
  62.      d. Click the INSTALL button to begin installation.
  63.         => The 'Installation Status' dialog box appears.
  64.         => The installation is successfully completed when you are prompted 
  65.            that the original MMPMMMIO.INI has been backed up to MMPMMMIO.$$$.
  66.  
  67.      e. Reboot your system.
  68.  
  69. Known Limitations
  70. -----------------
  71.  
  72.   The I/O Procedures checks for amount of available memory before performing
  73.   any conversion. If memory space is insufficient, the I/O Procedures will 
  74.   stop processing. Therefore, please ensure that you have sufficient hard    
  75.   disk space to do the conversion.
  76.  
  77.   The processing time for conversion from BMP to GIF varies depending on
  78.   the image pattern. It is known that for some image pattern, the conversion
  79.   takes an extraordinary longer time.
  80.  
  81.   The PCX I/O Procedure can read and save PCX version 5 (256 colors) only.
  82.  
  83.   GIF I/O Procedure can read GIF version 87a and 89a (256 colors). It 
  84.   saves as GIF version 89a.
  85.  
  86. Miscellaneous
  87. -------------
  88.  
  89.   If you want to try out these I/O Procedures, you can run our Video Kit
  90.   program, Multimedia Data Converter (shipped together with MMPM/2), etc.
  91.  
  92. Disclaimer Information
  93. ----------------------
  94. The file LICENSE.TXT in the diskette provided contains licensing agreement.
  95.  
  96.  
  97. 
  98.